Method: Polars::Expr#<
- Defined in:
- lib/polars/expr.rb
#<(other) ⇒ Expr
Less than.
120 121 122 |
# File 'lib/polars/expr.rb', line 120 def <(other) _from_rbexpr(_rbexpr.lt(_to_expr(other)._rbexpr)) end |
Less than.
120 121 122 |
# File 'lib/polars/expr.rb', line 120 def <(other) _from_rbexpr(_rbexpr.lt(_to_expr(other)._rbexpr)) end |